Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/111 - BMI Calculator/

index.css /cody/swapnilsparsh/30DaysOfJavaScript/111 - BMI Calculator/index.css
147 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital@1&family=Roboto+Mono&family=Rubik+Glitch&display=swap');

foot
index.html /cody/swapnilsparsh/30DaysOfJavaScript/111 - BMI Calculator/index.html
431 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

index.js /cody/swapnilsparsh/30DaysOfJavaScript/111 - BMI Calculator/index.js
225 Views
0 Comments
function calc() {
let num1 = Number(document.querySelector("#num1").value); // reads the value of the input type text
le